lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

html (begin tag).sublime-snippet (241B)


      1 <snippet>
      2 	<description>html</description>
      3 	<content><![CDATA[!DOCTYPE html>
      4 <html>
      5 <head>
      6 	<title>$1</title>
      7 </head>
      8 <body>
      9 $0
     10 </body>
     11 </html>]]></content>
     12 	<tabTrigger>html</tabTrigger>
     13 	<scope>text.html entity.name.tag</scope>
     14 </snippet>